C1.DataCollection.BindingList Assembly / C1.DataCollection.BindingList Namespace / C1DataCollectionBindingList Class / C1DataCollectionBindingList Constructor / C1DataCollectionBindingList Constructor(IDataCollection<Object>,Boolean,Boolean)
The data collection.
Specifies whether the collection indexer will return a sentinel when the underlying collection returns a null item.
When set to true, will raise Reset notification for item changes instead of ItemChanged.

In This Topic
C1DataCollectionBindingList Constructor(IDataCollection<Object>,Boolean,Boolean)
In This Topic
Initializes a new instance of the C1DataCollectionBindingList class.
Syntax
'Declaration
 
Public Function New( _
   ByVal dataCollection As IDataCollection(Of Object), _
   Optional ByVal useNullSentinel As Boolean, _
   Optional ByVal notifiesReplaceAsReset As Boolean _
)
 

Parameters

dataCollection
The data collection.
useNullSentinel
Specifies whether the collection indexer will return a sentinel when the underlying collection returns a null item.
notifiesReplaceAsReset
When set to true, will raise Reset notification for item changes instead of ItemChanged.
See Also